home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr37 / satsfaxt.zip / CCPUTILS.ZIP / CCSEND < prev    next >
Text File  |  1990-01-30  |  466b  |  15 lines

  1. # Intel Connection CoProcessor command line utilities
  2. # CCSEND - Send FAXs/file transfers using CCP
  3. # V1.0 10/30/89
  4. #
  5. CSWITCH=/c /AM /I..\include
  6. LSWITCH=
  7.  
  8. # Main program
  9. #
  10. ccsend.obj: ccsend.c
  11.     ..\..\tools\cl $(CSWITCH) /V"COPYRIGHT 1989 INTEL CORPORATION" ccsend.c
  12.  
  13. ccsend.exe: ccsend.obj ..\support\parse.obj ..\support\help.obj ..\support\error.obj
  14. link $(LSWITCH) ccsend+..\support\parse+..\support\help+..\support\error,,,..\lib\mcaslib.lib;
  15.